home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / RemoteCommand / Source / Makefile.postamble < prev    next >
Encoding:
Makefile  |  1993-05-05  |  393 b   |  8 lines

  1.  
  2. RemoteRunServer: execServer.subproj/RemoteRunServer.m $(SPROJ_OFILES)
  3.     cc -g -O -Wall $(OTHER_CFLAGS) -I. execServer.subproj/RemoteRunServer.m -o $(NAME).app/RemoteRunServer $(SPROJ_OFILES) $(OTHER_LIBS) $(LIBS) 
  4.  
  5. _askop: execServer.subproj/_askop.m $(SPROJ_OFILES)
  6.     cc -g -O -Wall $(OTHER_CFLAGS) -I. execServer.subproj/_askop.m -o $(NAME).app/_askop $(SPROJ_OFILES) $(OTHER_LIBS) $(LIBS) 
  7.  
  8.